POV-Ray : Newsgroups : povray.beta-test : agate pattern broken : agate pattern broken Server Time
30 Jul 2024 12:22:10 EDT (-0400)
  agate pattern broken  
From: Christoph Hormann
Date: 3 Nov 2001 16:33:13
Message: <3BE46299.421893B7@gmx.de>
Only occurs with beta 7 and gives different results different with the
intel and msvc compile. 

Sample code:

camera {
  orthographic
  location <0,0,1>
  look_at  <0,0,0>
  right 1*x
  up 1*y
}

box {
  <-0.5, -0.5, 0>, <0.5, 0.5, 0>
  texture {
    pigment {
      agate
      color_map { [0 rgb 0][1 rgb 1] }
    }
    finish { ambient 1 diffuse 0 }
  }
}


-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.